@charset "utf-8";
/* CSS Document */
/* Estilos para el apartado de servicios */
#servicios {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: left;
}
header {
    background-color: #4CAF50;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
#inicio img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    border: 5px solid #4CAF50;
}

header h1 {
    font-size: 36px;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#servicios h2 {
    font-size: 24px;
    color: #333;
}

#servicios p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

/* Estilo para el vínculo de "Nuestros Servicios" */
#servicios a {
    text-decoration: none;
    color: #4CAF50;
}

#servicios a:hover {
    text-decoration: underline;
}
